home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_272 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-10-24  |  160 b   |  12 lines

  1. on(release){
  2.    tellTarget("sclock")
  3.    {
  4.       gotoAndStop("stop");
  5.       play();
  6.    }
  7.    tellTarget("/")
  8.    {
  9.       gotoAndStop("kitchen");
  10.    }
  11. }
  12.